home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6530 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: interramp.com!usenet
  2. From: cc003064@interramp.com (Carl Anderson)
  3. Newsgroups: comp.lang.c++,comp.sys.hp.hpux
  4. Subject: Re: Problem on using STL
  5. Date: 9 Feb 1996 05:03:25 GMT
  6. Organization: PSI Public Usenet Link
  7. Message-ID: <4fekit$t58@usenet4.interramp.com>
  8. References: <4f8fik$8p@upsnews.ups.com> <3119E874.7FFC@pal.uu.se>
  9. NNTP-Posting-Host: ip228.philadelphia5.pa.interramp.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. In article <3119E874.7FFC@pal.uu.se>, enrico.savazzi@pal.uu.se says...
  15. >I am getting all sorts of compiler warnings and errors while trying to 
  16. >use STL with Microsoft Visual C++ 4.0. I am using the version of STL that 
  17. >comes with VC++, and I have edited the STL source as suggested by 
  18. >Microsoft. I am new to VC++ 4.0 (but a veteran of VC++ and Microsoft C 
  19. >since 1.0). Perhaps someone has a suggestion?
  20.  
  21. I gave up after two hours.  Let me know if you get it to work.
  22.  
  23. The STL support Visual C++ 4.0 offers seems half-hearted.  I gave up on the 
  24. out-of-the-CD solution and ordered the well-document STL<Toolkit> from 
  25. ObjectSpace, which basically works, since it tries to account for deficiencies 
  26. in many compilers.  (Rogue Wave also has an implementation that I'm going to 
  27. check out when their Tools.h++ 7.0 comes out.  Also, I look to companies like 
  28. MicroQuill (SmartHeap's vendor) to come out with a product, since good 
  29. allocators will make substantial performance improvements, as far as I can 
  30. tell.)  I still had to disable warnings for >256 character names.  When using 
  31. the map<> templates THE DEBUGGER ITSELF WILL CRASH when it tries to examine 
  32. the variable.  I haven't figured out a work-around yet. (I keep plugging away, 
  33. because, among other things, it's fun, which I believe was one of the design 
  34. goals of C++ to begin with.  
  35.  
  36.